home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Se divertir / Photofiltre / pf-setup.exe / PhotoFiltre.exe / 0 / RCDATA / TAPROPOSFORM / TAPROPOSFORM.txt < prev   
Text File  |  2006-05-31  |  3KB  |  127 lines

  1. object AProposForm: TAProposForm
  2.   Left = 254
  3.   Top = 178
  4.   AlphaBlendValue = 100
  5.   BorderStyle = bsNone
  6.   Caption = 'A propos'
  7.   ClientHeight = 332
  8.   ClientWidth = 368
  9.   Color = clBtnFace
  10.   TransparentColorValue = clNone
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PnlFond: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 368
  26.     Height = 332
  27.     Align = alClient
  28.     TabOrder = 0
  29.     OnMouseDown = PnlFondMouseDown
  30.     object LblCaption: TLabel
  31.       Left = 16
  32.       Top = 136
  33.       Width = 77
  34.       Height = 13
  35.       Caption = 'PhotoFiltre 6.2.5'
  36.       OnMouseDown = PnlFondMouseDown
  37.     end
  38.     object LblAuthor: TLabel
  39.       Left = 16
  40.       Top = 174
  41.       Width = 44
  42.       Height = 13
  43.       Caption = 'Copyright'
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clWindowText
  46.       Font.Height = -11
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = []
  49.       ParentFont = False
  50.       OnMouseDown = PnlFondMouseDown
  51.     end
  52.     object LblSite: TLabel
  53.       Left = 16
  54.       Top = 192
  55.       Width = 127
  56.       Height = 13
  57.       Cursor = crHandPoint
  58.       Caption = 'http://www.photofiltre.com'
  59.       OnClick = LblSiteClick
  60.     end
  61.     object LblLicence: TLabel
  62.       Left = 16
  63.       Top = 244
  64.       Width = 38
  65.       Height = 13
  66.       Caption = 'Licence'
  67.       OnMouseDown = PnlFondMouseDown
  68.     end
  69.     object Bevel1: TBevel
  70.       Left = 16
  71.       Top = 235
  72.       Width = 335
  73.       Height = 9
  74.       Shape = bsTopLine
  75.     end
  76.     object LblDate: TLabel
  77.       Left = 16
  78.       Top = 156
  79.       Width = 23
  80.       Height = 13
  81.       Caption = 'Date'
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clWindowText
  84.       Font.Height = -11
  85.       Font.Name = 'MS Sans Serif'
  86.       Font.Style = []
  87.       ParentFont = False
  88.       OnMouseDown = PnlFondMouseDown
  89.     end
  90.     object LblSite2: TLabel
  91.       Left = 16
  92.       Top = 208
  93.       Width = 158
  94.       Height = 13
  95.       Cursor = crHandPoint
  96.       Caption = 'http://www.photofiltre-studio.com'
  97.       OnClick = LblSiteClick
  98.     end
  99.     object PnlImg: TPanel
  100.       Left = 16
  101.       Top = 16
  102.       Width = 335
  103.       Height = 114
  104.       BevelOuter = bvLowered
  105.       TabOrder = 0
  106.       OnMouseDown = PnlFondMouseDown
  107.       object Image1: TImage
  108.         Left = 1
  109.         Top = 1
  110.         Width = 333
  111.         Height = 112
  112.         Picture.Data = {<image000.jpg>}
  113.         OnMouseDown = PnlFondMouseDown
  114.       end
  115.     end
  116.     object BOk: TButton
  117.       Left = 274
  118.       Top = 290
  119.       Width = 77
  120.       Height = 25
  121.       Caption = 'Ok'
  122.       ModalResult = 1
  123.       TabOrder = 1
  124.     end
  125.   end
  126. end
  127.